tinyprintf: Add vprintf implementation
authorHans de Goede <[email protected]>
Fri, 10 Jun 2016 19:03:34 +0000 (21:03 +0200)
committerHans de Goede <[email protected]>
Mon, 20 Jun 2016 20:43:58 +0000 (22:43 +0200)
commitda70b4d14116d2b3d63840cd2ea01d0badf39e41
tree0c2c010812331451cbcc3af7a1c952523561561d
parent46fd625dfee9ef69cd183f0cd11e09309a71a4e2
tinyprintf: Add vprintf implementation

vprintf is used by panic() which is used in various SPL paths on some
boards.

Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
lib/tiny-printf.c